-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image Controls #1617
Image Controls #1617
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! 😄 A couple of design questions
Per Slack, controls now (should) work as follows:
I've also refactored the control layer view code into |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, works beautifully 😄
Checklist
- closes #issue
- progress towards #issue
Pull Request Information
Replaces the image viewer context menu with a control layer.
Intended behavior:
This PR also removes the
ProgressView
fromAnimationControlLayer
. Media loading is almost always fast enough that theProgressView
is just visual clutter, and in rare cases a gif advertises itself as "animated" but isn't and leaves theProgressView
spinning on top of it (I don't have a repro example handy, but I have seen it a couple times).